home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000090_jaltman@watsun.cc.columbia.edu_Fri Nov 15 15:42:52 EST 2002.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  39 lines

  1. Article: 13856 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
  3. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: Kermit-FTP and SSL
  6. Date: 15 Nov 2002 20:37:02 GMT
  7. Organization: Columbia University
  8. Lines: 22
  9. Message-ID: <ar3lte$l1p$1@newsmaster.cc.columbia.edu>
  10. References: <684be77d.0211151031.2ed9f7b5@posting.google.com>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1037392622 21561 128.59.39.2 (15 Nov 2002 20:37:02 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 15 Nov 2002 20:37:02 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13856
  16.  
  17. In article <684be77d.0211151031.2ed9f7b5@posting.google.com>,
  18. John Haines <jhaines@benplan.com> wrote:
  19. : I saw a question on comp.protocols.kermit.misc in May about C-Kermit
  20. : on AIX 4.3.3 using SSL with WS_FTP Server.  I'm trying to perform the
  21. : same thing and thought I would ask for some assistance.  My goal is to
  22. : have my AIX box be an FTP client to an NT WS_FTP Server using SSL with
  23. : certificates.  How do I setup Kermit (and OpenSSL) to send the signed
  24. : certificate from my AIX client?
  25.  
  26. Read http://www.kermit-project.org/security.html to learn how to 
  27. configure Kermit to use certificates.
  28.  
  29.   SET AUTH TLS RSA-CERT-FILE ....
  30.   SET AUTH TLS RSA-KEY-FILE ....
  31.  
  32. Then your script below will be fine but do not specify both SSL and TLS 
  33. as AUTH types.  You only need to try to negotiate once.
  34.  
  35.  Jeffrey Altman * Sr.Software Designer     Kermit 95 2.0 GUI available now!!!
  36.  The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
  37.  http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
  38.  kermit-support@columbia.edu               OpenSSL.
  39.